home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 January
/
macformat46.iso
/
Shareware Plus
/
Developers
/
Library
/
DLog Manager Sample
/
DLOGManager Sample
/
Source Code
/
debuggingConst.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-03-05
|
304 b
|
17 lines
/*** File: "debuggingConst.h"
*
* Debugging constant.
*
* First C++ version 06/0/95.
*
****/
#ifndef __DEBUGGINGCONST__
#define __DEBUGGINGCONST__
#include <stdio.h>
#define __DEBUG__CTEST__ 0
#define __DEBUG__CGETSOL__ 0
#define __DEBUG__CGLOBALERR__ 0
#define __DEBUG__CTESTPACKAGE__ 0
#endif